Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actually update language project ID correctly #1083

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

rmunn
Copy link
Contributor

@rmunn rmunn commented Sep 26, 2024

Fix #1079.

Noticed while working on #1082 that the UpdateLangProjectId method in ProjectMutations was calling the wrong service method and was therefore not actually updating the DB data. It's a very quick fix, though: we already had the code in ProjectService, it just had 0 references. Now it has 1 reference.

@rmunn rmunn requested a review from hahn-kev September 26, 2024 09:54
@rmunn rmunn self-assigned this Sep 26, 2024
Copy link

C# Unit Tests

66 tests   66 ✅  6s ⏱️
11 suites   0 💤
 1 files     0 ❌

Results for commit 0b68b75.

@rmunn rmunn merged commit 8a71c50 into develop Sep 27, 2024
8 checks passed
@rmunn rmunn deleted the bug/update-lang-project-id branch September 27, 2024 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ProjectMutations.UpdateLangProjectId doesn't update the project data
2 participants